5. Deactivate
You can deactivate your campaign using the relevant service.
Deactivate Campaign
POST
{{WalletUrl}}/api/v1/campaign/deactivate?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