Jèko
Service Providers

Detach this service provider from a merchant

DELETE
/partner_api/service_providers/business_links/{merchantBusinessId}

Detaches this service provider from a merchant. Soft-deletes the service_provider membership and API keys that membership created. The merchant can later approve a new link request.

Authorization

ApiKey ApiKeyId
X-API-KEY<token>

In: header

X-API-KEY-ID<token>

In: header

Path Parameters

merchantBusinessId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/partner_api/service_providers/business_links/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "merchantBusinessId": "19d467bb-96e1-48c8-88c3-25dccb98467b",  "merchantBusinessName": "string",  "serviceProviderBusinessId": "d9fd5ed9-0f9b-4b0c-b030-b83b3b58501a",  "serviceProviderBusinessName": "string",  "linkedAt": "2019-08-24T14:15:22Z"}