Delete API resource

DELETE /api/resources/{id}

Delete an API resource by ID.

Path parameters

  • id string Required

    The unique identifier of the resource.

Responses

  • 204

    The resource was deleted successfully.

  • 400

    Bad Request

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Not Found

DELETE /api/resources/{id}
curl \
 -X DELETE https://[tenant_id].logto.app/api/resources/{id}