Skip to content
API

Delete Audience

DELETE
/v1/audiences/{audience-key}

Delete an audience.

Authentication

Topsort’s APIs are authenticated via bearer tokens. Requests must include an authorization header containing your private API key.

Don't have an API key yet? Learn how to generate one.

Authorization
required
string

The header containing a private API key. Format this header as follows:

Authorization: Bearer <YOUR-API-KEY>

Path Parameters

object
audience-key
required

Audience key to delete.

string

Audience key to delete.

Responses

Successful Response