APIs
Delete an API
Permanently delete an API and revoke all keys associated with it
POST
/
v1
/
apis.deleteApi
Changelog
Date | Changes |
---|---|
Dec 06 2023 | Introduced endpoint |
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
apiId
string
requiredThe id of the api to delete
Response
200 - application/json
The response is of type object
.
Was this page helpful?