Skip to content
Guides
API reference
stablemember:delete

Delete a seller invitation

Revokes a pending invitation. The link stops working.

DELETE/v1/sellers/{sellerId}/invitations/{invitationId}

Revokes a pending invitation. The link stops working.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

sellerId*string
invitationId*string

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/v1/sellers/string/invitations/string"
{  "type": null,  "title": null,  "status": null,  "detail": null,  "instance": null,  "code": "string"}