Revoke a login

DELETE /api/v1/account/{account_uuid}/login/{uuid}

Path parameters

  • account_uuid string Required
  • uuid string Required
  • account string Required

    The uuid of the account which the login belongs to.

  • login string Required

    The uuid of the login to display.

DELETE /api/v1/account/{account_uuid}/login/{uuid}
curl \
 --request DELETE 'https://api.plannrcrm.com/api/v1/account/6ff8f7f6-1eb3-3525-be4a-3932c805afed/login/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
 --header "Authorization: Bearer $ACCESS_TOKEN"