Zum Inhalt springen
DeutschlandGPT

Delete Custom GPT

Permanently deletes a Custom GPT.

DELETEhttps://api.deutschlandgpt.de/v2/custom-gpts/{id}

Example request

curl https://api.deutschlandgpt.de/v2/custom-gpts/{id} \
  -X DELETE \
  -H "Authorization: Bearer $DGPT_API_KEY"

Parameters

idstring<uuid>required

Custom GPT ID

Response

204No response body.

Deleted successfully

Response codes

204

Deleted successfully

401

Unauthorized

402

Insufficient credits or spending limit exceeded

Error
404

Custom GPT not found or access denied

Was this page helpful?