7. Delete
You can delete your campaign using the relevant service.
Delete Campaign
DELETE
{{WalletUrl}}/api/v1/campaign?Id=0000-0000-0000-0000-0000
The parameters that need to be sent to the service are as follows:
Parameter
Type
Required
Description
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.
{
"Value": true,
"Errors": [],
"IsSuccess": true,
"IsFailure": false
}
Service Response
Parameter
Type
Description
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