Arka (Paymaster) API calls
/delete-policy/{id}
Deletes a policy by its ID.
DELETE
/
delete-policy
/
{id}
Example values you can use to demo the API:
{
"headers": {
"apikey": "your_api_key_here"
},
"pathVariables": {
"id": "policy_id_here"
}
}
Example response:
{
"message": "Policy deleted successfully."
}
Headers
apikey
string
requiredAPI key for authentication
Path Parameters
id
integer
requiredThe ID of the policy to delete
Response
200 - application/json
message
string