Remove organization application

DELETE /api/organizations/{id}/applications/{applicationId}

Remove an application from the organization.

Path parameters

  • id string Required

    The unique identifier of the organization.

  • applicationId string Required

    The unique identifier of the application.

Responses

  • The application was removed from the organization successfully.

  • Bad Request

  • Unauthorized

  • Forbidden

  • Unprocessable Content

DELETE /api/organizations/{id}/applications/{applicationId}
curl \
 -X DELETE https://[tenant_id].logto.app/api/organizations/{id}/applications/{applicationId} \
 -H "Authorization: Bearer $ACCESS_TOKEN"