cURL
curl --request DELETE \ --url https://staging-api.capa.fi/api/partner/v2/receivers/{id} \ --header 'Content-Type: application/json' \ --header 'partner-api-key: <partner-api-key>' \ --data ' { "userId": "550e8400-e29b-41d4-a716-446655440000" } '
{ "success": true, "data": { "id": "<string>", "disabled": true } }
id
userId
Api key for the affiliated partner that is performing the request
Receiver identifier
"9486244c-ff7d-4c22-9984-797179d7deaa"
User ID who owns this receiver (for authorization)
"550e8400-e29b-41d4-a716-446655440000"
true
Show child attributes
Receiver is now disabled