DELETE
custom_profiles/destroy.json
DELETE custom_profiles/destroy.json
Deletes a custom profile that was created with POST custom_profiles/new.json.
Resource URL¶
https://api.x.com/1.1/custom_profiles/destroy.json
Resource information¶
Response formats | JSON |
Requires authentication? | Yes (user context only) |
Rate limited? | Yes |
Requests / 24 hour window (user auth) | Yes (1000 / 1 day) |
Parameters¶
id (required) | The string ID of the custom profile to destroy. |
Example request using Twurl¶
twurl -X DELETE /1.1/custom_profiles/destroy.json?id=100001
Example Response¶
Calling this multiple times on a valid id will return a 204 response code.
HTTP 204 with empty body