API keys
Delete an API key
Deletes an API key by prefix and returns info about the API key.
DELETE
cURL
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Path Parameters
Response
200 - application/json
An API key tombstone.
Unique prefix of the API key
Previous
Create a team API keyCreates a team API key with the provided name and type. The API key is returned in the response.
Next
cURL