API7 Docs
API7 GatewayAPI7 Enterprise Developer Portal APIsDelete a developer

Delete a developer

DELETE /api/developers/{developer_id}

DELETE /api/developers/{developer_id}

Interactive request editor loads with JavaScript.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

developer_id*string

Developer ID.

Response Body

application/json

application/json

application/json

curl -X DELETE "$API_BASE_URL/api/developers/string"

The resource was deleted successfully.

Complete operation details and schema variants

DELETE /api/developers/{developer_id}

Delete a developer

Parameters

  • developer_id (path, string, required): Developer ID.

Responses

  • 204: The resource was deleted successfully.
  • 400: Bad request.
  • status (integer, required): The HTTP status code of the error response.
  • message (string, required): The error message.
  • 401: Unauthorized. Response fields (application/json): identical to DELETE /api/developers/{developer_id}, response 400 above.
  • 404: Resource not found. Response fields (application/json): identical to DELETE /api/developers/{developer_id}, response 400 above.
  • 500: Internal server error.

cURL

curl -X DELETE '$API_BASE_URL/api/developers/{developer_id}'