Delete a Public Token
API Explorer: /masters/{masterId}/public-token
To delete a public token from a master, you need to know the masterId
that is using the public token. The sample code deletes a public token for a master with an ID of 12345678
. Use the masterId
of the actual test to delete in place of the 12345678
.
If you do not know the
masterId
for the master in question, you can use the List Masters API to find it.Delete a Test
curl 'https://a.blazemeter.com/api/v4/masters/12345678/public-token' \
-X DELETE \
--user 'api_key_id:api_key_secret'
Response204 No content