1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-03 15:02:24 +02:00
2024-06-05 13:35:05 +03:00

754 B

sidebar_position
9

Delete image

Deletes an image from the album

Function DeleteImage(Val ImageID, Val Parameters = "") Export

Parameter CLI option Type Destination
ImageID --pictureid String, Number Image ID
Parameters --auth Structure Of String Authorization JSON or path to .json

Returns: Key-Value Pair - Serialized JSON response from VK

	
 Parameters = GetVKParameters();
 ImageID = "457244340";
 
 Result = OPI_VK.DeleteImage(ImageID, Parameters);
 
	
 
 oint vk DeleteImage --pictureid %pictureid% --auth %auth%



{
 "response": 1
}