7. Delete
You can delete your campaign using the relevant service.
Last updated
You can delete your campaign using the relevant service.
DELETE{{WalletUrl}}/api/v1/campaign?Id=0000-0000-0000-0000-0000
Note: To use this service, the apikeypublic and apiclientpublic parameters must be included in the Header field.
The parameters that need to be sent to the service are as follows:
apikeypublic
string
Yes
It is the authentication key used to provide general API access.
apiclientpublic
string
Yes
It is the public identification key that defines the client application.
{
"Id": "20091094-213a-4a56-9e07-a52cfac80130"
}{
"IsSuccess": true,
"IsFailure": false,
"Value": true
}IsFailure
bool
Indicates that an error occurred during the operation. If true, an error exists.
IsSuccess
bool
Indicates that the operation was successfully completed.
Errors
Array
A list containing error messages that occurred during the service call.
Value
Array
Contains the content information returned if the service is successful.
Last updated